ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > MetadataList Class > FindIndices Method : FindIndices<T>(AstToken) Method |
'Declaration Public Overloads Function FindIndices(Of T As MetadataItem)( _ ByVal name As AstToken _ ) As System.Collections.Generic.IList(Of Integer)
'Usage Dim instance As MetadataList Dim name As AstToken Dim value As System.Collections.Generic.IList(Of Integer) value = instance.FindIndices(Of T)(name)
public System.Collections.Generic.IList<int> FindIndices<T>( AstToken name ) where T: MetadataItem
public: System.Collections.Generic.IList<int>* FindIndices<T>( AstToken* name ) where T: MetadataItem